home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000148_news@newsmaster….columbia.edu _Wed Apr 30 12:31:58 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA10704
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 30 Apr 1997 12:31:57 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA11499
  7.     for kermit.misc@watsun; Wed, 30 Apr 1997 12:31:57 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: problems using ckermit
  12. Date: 30 Apr 1997 16:31:56 GMT
  13. Organization: Columbia University
  14. Lines: 47
  15. Message-ID: <5k7s5s$b79$1@newsmaster.cc.columbia.edu>
  16. References: <01bc5579$07bc0e60$335ad5ce@carll.tfmg.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6968
  19.  
  20. In article <01bc5579$07bc0e60$335ad5ce@carll.tfmg.com>,
  21. poetryman <poetryman@writeme.com> wrote:
  22. : I use ckermit to do file transfers between a creaky old VAX and several
  23. : VAXes and ALPHAs around North America. I've always been able to tweak the
  24. : configurations of each to where my file transfers were successful, 
  25. : However, there is one site to which attemped transfers simply won't work
  26. : when using ckermit. I can acheive the same transfer between the same 2
  27. : computers using an older version of kermit and using WRQ's Reflection
  28. : protocol. 
  29. : My employer has directed me to make it work at this one site, rather than
  30. : to use the alternate file transfer methods that do work.
  31. : I have attempted to modify the following parameters:
  32. : timeout (this gets me an error-out quicker)
  33. : packet length (from 64 to 512)
  34. : The following match on the 2 computers:
  35. : speed (9600) 
  36. : mode  (local) 
  37. : modem (hayes)
  38. : terminal bits (7) 
  39. : parity (none) 
  40. : duplex (full)
  41. : flow (xon/xoff)
  42. : handshake (none)
  43. : carrier (auto)
  44. : names (converted)
  45. : type (labeled)
  46. : Actually, everything on the 2 computers matches; I only listed the ones
  47. : that seem significant.
  48. : Any ideas on how to make this succeed?
  49. :
  50. Yes.  Please send your question by email to kermit-support@columbia.edu,
  51. and specify exactly what you mean by "transfers simply won't work".  What
  52. are the symptoms?
  53.  
  54. What version of VMS?  What version of C-Kermit?  Are you transferring from
  55. the VAX or to the VAX?  What software are you using on the PC?  What kind
  56. of file is it?  etc etc.
  57.  
  58. Tell C-Kermit to "log packets" and include a session log.
  59.  
  60. - Frank